<span style="color: blue;"><span style="font-size: 16px;">
接下來我們要用JS在Appcelerator/Titanium上寫出商業級的Androd/iOS APP。
【先決條件】您須安裝Android或iOS任一SDK。
</span></span>
此節我們將學習scrollView用法,就算文字label再怎麼長,只要用手指滑一下即可捲動內容。
var label2 = Ti.UI.createLabel({
color : 'white',
font : {fontSize:24},
text : 'This is label2.',
width: '90%',
hight: 'atuo'
});
var scrollView = Ti.UI.createScrollView({
backgroundImage : 'graph/mypic8.png',
height : '150',
width: '300',
top : 20,
borderRadius : 10,
opacity : 0.5
})
scrollView.add(label2);
win1.add(scrollView);
可以問一下泰大是用哪款錄影軟體呢?
我是用MAC內附的QuickTime Player(螢幕錄製)。
感謝回應,看來還是要找款新的軟體了